*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
  /* Generated from Material Theme Builder Figma plugin
               or `material-color-utilities`. */
  --md-sys-color-primary: #00933c;
  --md-sys-color-on-primary: #ffffff;
  --md-sys-color-primary-container: #6ff7f6;
  --md-sys-color-on-primary-container: #002020;
  --md-sys-color-outline: #00933c;
  /* ... */
}

body{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
}
a{
    text-decoration-line: none;
}
.primary {
  background: var(--md-sys-color-primary);
  color: var(--md-sys-color-on-primary);
}

/* Estilos para el encabezado y la barra de navegación */

.jost-component {
  font-family: "MuseoModerno", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.custom-container {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: left;
}

md-outlined-button{
    width: 195px;
    height: 59px;
    font-size: 24px;
}

md-filled-button{
    width: 195px;
    height: 59px;
    font-size: 24px;
}

.hero-title{
    margin-top: 115px;
    font-family: "Montserrat", sans-serif;
    font-size: 72px;
    font-weight: bold;
    margin-left: 100px;
}

.hero-subtitle{
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    margin: 20px 0 20px 100px;
}

.container-aliado{
    width: 100%;
}

.container-aliados img{
    width: 70%;
    text-align: center;
}

.cards-beneficios{
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  align-content: center;
  gap: 20px;
}

.beneficio-card{
  width: 350px;
  height: 350px;
  border-radius: 12px;
  color: #000;
  background-color: #00e2693d;
  padding: 20px;
}

.beneficio-card h4{
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.beneficio-card p{
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.beneficio-card img{
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}
.beneficios img{
  width: 100px;
}
.banner{
    background-image: linear-gradient(5deg, rgba(0,255,117,1) 0%, rgba(255,255,255,1) 60%);
}
.fw-black{
    font-weight: 800;
}
@media screen and (min-width: 576px) {
}
@media screen and (min-width: 768px) {
    .beneficios .bg-secondary{
        min-height: 330px;
    }
}
@media screen and (min-width: 992px) {
    .beneficios .bg-secondary{
        min-height: 410px;
    }
}
@media screen and (min-width: 1200px) {
    .beneficios .bg-secondary{
        min-height: 330px;
    }
}

.faq-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1em; /* Reduce este valor para una fuente más pequeña */
}

summary {
  font-weight: bold;
  cursor: pointer;
  font-size: 0.5em; /* Reduce este valor para una fuente más pequeña */
}

.faq-answer {
  font-size: 0.4em; /* o el tamaño que prefieras */
}


/*Estilos para la seccion de Visualizacion de Aplicacion*/
.functionality-container{
  display:inline-flex;
  justify-items: center; 
  align-content: center;
  text-align: center;
  margin-left: 10vw;
  margin-right: 10vw;
}

.functionality-image{
  max-width:600px; 
  max-height:540px;
}

.functionality {
  display:block;
  justify-items: center; 
  align-content: center;
}

@media screen and (max-width: 576px){
  .functionality-container{
    display:block;
    margin-left: 1vw;
    margin-right: 1vw;
  }
  .functionality-image{
    max-width:90vw; 
    max-height:30vh;
  }
}

/* Estilos para seccion planes */


.smaller-text {
  font-size: 1.2rem;
  line-height: 1.8;

}
.check-icon {
  width: 15px;
  vertical-align: middle;
  margin-right: 10px;
}
.faq-section {
    width: 80%;
    margin: auto;
    padding: 20px;
}

.faq-title {
    text-align: center;
    margin-bottom: 50px;
}

details {
    background-color: #f4f4f4;
    padding: 10px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Sombreado para los detalles */
    transition: box-shadow 0.3s ease-in-out;
    border-radius: 20px;
}

details:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    /* Sombreado más intenso al pasar el mouse */
}

summary {
    font-weight: bold;
    cursor: pointer;
}

summary::-webkit-details-marker {
    display: none;
}
.company-buses{
    background: rgb(50,182,237);
    background: linear-gradient(0deg, rgba(50,182,237,1) 0%, rgba(253,254,255,1) 65%, rgba(255,255,255,1) 82%, rgba(255,255,255,1) 82%);
}
